home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / focus / scripts / DefineSprite_1 / frame_3 / DoAction.as
Encoding:
Text File  |  2002-03-20  |  131 b   |  11 lines

  1. var notpanel;
  2. if(_level0.focus eq "rp")
  3. {
  4.    notpanel = "lp";
  5. }
  6. else
  7. {
  8.    notpanel = "rp";
  9. }
  10. _parent.setFocus(notpanel);
  11.